clean up mkstyle.sh (#578)
authortsteven4 <13596209+tsteven4@users.noreply.github.com>
Mon, 1 Jun 2020 18:55:10 +0000 (12:55 -0600)
committerGitHub <noreply@github.com>
Mon, 1 Jun 2020 18:55:10 +0000 (12:55 -0600)
commit84a62ec3f071782df0150d0a1ec8a165d031196d
tree0e15102a30c7187f93e17f2038338ad36a63dff6
parent279c8621cf3de7361a13f8e8c0f3d147a0e78446
clean up mkstyle.sh (#578)

as suggested by shellcheck used $() instead of backticks,
and double quote to prevent globbing and word splitting.
mkstyle.sh now works if the directory path contains a space.

drop the failed attempt to exclude custom.style. This resolves #577
drop the exclusion of README.style, which hasn't existed for a long time.

use basename to drop the suffix instead of piping to sed.
mkstyle.sh